window: Fold update_has_focus in to set_is_active
authorTimm Bäder <mail@baedert.org>
Wed, 8 Feb 2017 13:05:01 +0000 (14:05 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 31 Mar 2017 07:50:39 +0000 (09:50 +0200)
commit270d957380aabab7f2c054fb82f87fa0f339fc9a
tree4ac59543e19ba932152139c0e0c1b5c0af7a53d2
parent0ce9f26dc543655761166686275b3da3b2f44174
window: Fold update_has_focus in to set_is_active

We're now only ever setting has_focus to the same value we set is_active
to, so also remove that field from the private struct.
gtk/gtkwindow.c